home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Snippets / SCSI / README next >
Encoding:
Text File  |  1994-05-05  |  965 b   |  22 lines  |  [TEXT/KAHL]

  1. This is the source code to a SCSI HD formatter, sort of.
  2.  
  3. Well, the story goes that I bought this old Seagate ST225N and it
  4. wouldn't format with the Apple HD Setup programs (even the hacked
  5. ones that were supposed to work with all manufacturer's drives).
  6.  
  7. Some experimenting showed that the drive really was formatting fine,
  8. except for the LAST block on the disk, which was somehow write-
  9. protected (probably from the days when everyone had proprietary
  10. drivers, etc., and manufacturers hid secret id codes in places
  11. like the last block of the drive).  This was a real pain, so
  12. I finally hit upon the solution of just copying the first 256
  13. blocks from my internal HD to the Seagate, effectively creating
  14. a working partitioned drive, which runs fine now (a little more
  15. tinkering was necessary, and the drive had to be erased by the
  16. Finder/MacOS before being used).
  17.  
  18. There is a lot of junk in here, but it may be useful to someone
  19. else.....
  20.  
  21. -Roy Wood (rrwood@io.org)
  22.